Re: [GENERAL] equivalent of sqlload?

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [GENERAL] equivalent of sqlload?
Дата
Msg-id l03110703b281d221e93e@[147.233.159.109]
обсуждение исходный текст
Ответ на equivalent of sqlload?  (John Holland <jholland@isr.umd.edu>)
Ответы Re: [GENERAL] equivalent of sqlload?  ("Michael A. Koerber" <mak@ll.mit.edu>)
Список pgsql-general
At 16:45 +0200 on 25/11/98, John Holland wrote:


> Oracle has a facility for loading in massive data files, sqlload I think
> is the name. I'd like to load some big data into PostgreSQL 6.4 for
> testing purposes. Is there a way built in or would a perl or c hack be the
> way to go?

Use the COPY command. It is preferable not to define indices (or to drop
the indices) on the table, then do the massive load with COPY, and then
define the indices.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: John Holland
Дата:
Сообщение: equivalent of sqlload?
Следующее
От: Sferacarta Software
Дата:
Сообщение: Re: [GENERAL] equivalent of sqlload?